-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add git-annex #519
add git-annex #519
Conversation
@nomeata suggested I add it, and this is fine by me. git-annex is a leaf, non-library package, and in the http://hackage.haskell.org/packages/top list, after filtering out the core haskell ecosystem, git-annex is near the top of the list of remaining packages. For whatever that might be worth.
Seems to be blocked by sof/feed#9. |
What should be done to include feed in Stackage? It is unmaintained since Oct. 2013 and blocks at least gitit besides git-annex (see jgm/gitit/issues/485). It would be great if it could be picked up! |
@neitsab The best thing to do would be to take it over following the guide at: |
@snoyberg Thanks, it seems this is what's going to happen thanks to @bergmark! (haskell-infra/hackage-trustees/issues/12) |
Bastien Traverse wrote:
Also Sigbjorn seems inactive on both github and his own website and This seems like the kind of case where the hackage trustees should find (FWIW, git-annex can be built -f-Feed, but that disables features and is see shy jo |
This PR is now out of date. Please rebase/merge with the current master and push so we can see if the Travis build can now succeed. |
feed is still not up to date, I'll poke another trustee to review so we can get it done. |
Feed updated! |
Now just blocked on ocharles/tasty-rerun#4. |
And now with the move to GHC 7.10, two more issues:
|
Actually, I can resolve the |
Also, I just checked an actual build. Even though there aren't any more bounds issues, there are lots of packages that don't compile with GHC 7.10, so git-annex can't be added until those are resolved. |
I actually dealt with dataenc->sandi earlier today. It will be in I don't think that testpack should be in stackae. QuickCheck 2 certianly see shy jo |
Only remaining blocker in git-annex's dep chain for ghc 7.10 is bos/bloomfilter#11 |
I made a PR for bloomfilter. |
bos/bloomfilter#11 has been fixed in 2.0.1.0 (already uploaded to hackage) |
Currently trying a build on my machine, FYI |
I have a feeling my build server will be angry at me about this, I'm merging this. Thanks everyone :) |
Yay :-) |
@nomeata suggested I add it, and this is fine by me.
git-annex is a leaf, non-library package, and in the http://hackage.haskell.org/packages/top list, after filtering out the core haskell ecosystem, git-annex is near the top of the list of remaining packages. For whatever that might be worth.